PHP: Count a stdClass object

49

PHP: Count a stdClass object -

$total = count((array)$obj);

Comments

Submit
0 Comments